object LetterLook: TLetterLook Left = 237 Top = 117 BorderStyle = bsDialog Caption = 'Puzzle Font' ClientHeight = 119 ClientWidth = 253 Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow TextHeight = 17 object ASpot: TImage Left = 16 Top = 8 Width = 60 Height = 60 Picture.Data = {} Stretch = True end object BSpot: TImage Left = 96 Top = 8 Width = 60 Height = 60 Stretch = True end object CSpot: TImage Left = 176 Top = 8 Width = 60 Height = 60 Stretch = True end object WhiteImage: TImage Left = 188 Top = 20 Width = 60 Height = 60 Stretch = True Visible = False end object SavedImage: TImage Left = 4 Top = 24 Width = 60 Height = 60 Visible = False end object Background: TButton Left = 8 Top = 80 Width = 89 Height = 29 Caption = '&Background' TabOrder = 0 OnClick = BackgroundClick end object Font: TButton Left = 104 Top = 80 Width = 89 Height = 29 Caption = '&Font' TabOrder = 1 OnClick = FontClick end object Exit: TButton Left = 200 Top = 80 Width = 45 Height = 29 Caption = 'E&xit' TabOrder = 2 OnClick = ExitClick end object MyFontDialog: TFontDialog Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Top = 4 end object MyOpenDialog: TOpenDialog DefaultExt = 'bmp' Filter = 'bitmaps (*.bmp)|*.bmp' Title = 'Letter Background Bitmaps' Top = 24 end end